Carbon


QTVRInterceptProcPtr

Header: QuickTimeVR.h Carbon status: Supported

typedef void(* QTVRInterceptProcPtr) (
    QTVRInstance qtvr, 
    QTVRInterceptPtr qtvrMsg, 
    SInt32 refCon, 
    Boolean *cancel
);

You would declare your function like this if you were to name it MyQTVRInterceptCallback:

void MyQTVRInterceptCallback (
    QTVRInstance qtvr, 
    QTVRInterceptPtr qtvrMsg, 
    SInt32 refCon, 
    Boolean *cancel
);

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)